AddRange(String[],Style[]) Method
Adds the specified key array and
Style array into the
StyleCollection.
'Declaration
Public Overloads Sub AddRange( _
ByVal () As String, _
ByVal () As Style _
)
'Usage
Dim instance As StyleCollection
Dim keys() As String
Dim styles() As Style
instance.AddRange(keys, styles)
Parameters
- keys
- The key array.
- styles
- The style array.